← Back shared

Overview

This series explores how agentic AI can revolutionize knowledge work by integrating deeply into our workflows. While tools like ChatGPT help with specific tasks, agentic AI has the potential to dramatically improve productivity by becoming part of our workspace itself.

Series Structure

Core Chapters

  1. 1. AI for Knowledge Work - Introduction - Why ChatGPT isn't enough and the vision for integrated AI
  2. 2. AI for Knowledge Work - Components - Technical architecture and system components
  3. 3. AI-powered Personal Knowledge Management - Building your "second brain" with AI
  4. 4. AI-powered Content Creation - Transforming writing workflows with AI assistance
  5. 5. Future of AI for Knowledge Work - Self-improving systems and ecosystem choices

Presentation Formats

Supplementary Materials

Recent Updates

Date Title Summary
2025-09-30 Korean Translation Complete Added Korean speaker notes to all slides
2025-09-30 Marp Format Created Converted presentation to web-ready Marp format
2025-09-30 Markdown to Video Tool Implemented converter with TTS narration
## List of All Notes
const title = dv.current().file.name;
const pages = dv.pages()
  .where(p => p.file.ext === "md"
           && p.file.path !== dv.current().file.path
           && p.file.folder.split("/").pop() === title);
dv.list(pages.sort(p => p.file.name, 'asc').map(p => p.file.link));